Fix problem where computation was depending on widget->allocation instead
authorOwen Taylor <otaylor@redhat.com>
Mon, 31 Jul 2000 22:59:29 +0000 (22:59 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 31 Jul 2000 22:59:29 +0000 (22:59 +0000)
commite9a03443c7f8ae33306a7f18df5e6e5ec5a57ed5
tree6796d3611211cc30fdeeb8690552c200e6cba01f
parent44afc537b36fa81a75ec3f16823ab67a60e2500e
Fix problem where computation was depending on widget->allocation instead

Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
was depending on widget->allocation instead of the width of text_area,
which was incorrect for subclasses like GtkSpinButton.

* gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
with width == 1 tests that should be width == -1.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkpango.c
gtk/gtkentry.c